home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 867 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.4 KB  |  94 lines

  1. Path: nntp-trd.UNINETT.no!lolsen
  2. From: lolsen@hsr.no (Lasse Olsen)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.hardware
  4. Subject: Re: Pal and pixel reso WAS:re: 1500x1500 16.8 million color FrameGrabber...
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.hardware
  6. Date: 12 Jan 1996 12:11:34 GMT
  7. Organization: UNINETT news service    
  8. Message-ID: <4d5j5m$nlh@dole.uninett.no>
  9. References: <2322wab60.alamito@marketgraph.xs4all.nl> <2715.6579T786T2662@norconnect.no>
  10. NNTP-Posting-Host: gorina5.hsr.no
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Kenneth C. Nilsen (kenneth@norconnect.no) wrote:
  14. :  RvG> fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) wrote:
  15. : >>TV PAL got 625 _lines_ . AFAIK the horizontal res is not directly defined,
  16. : >>it is different for brightnes and colors, and it's AFAIK even different
  17. : >>dependent of the picture.
  18. :  RvG> About 768 or 752 pixels is fine enough for EVERY PAL picture, so you
  19. :  RvG> might  define it that way (752x576; vertical/hor blanks not included).
  20.  
  21. : I see there is much confusment about this. The /pixel/ resolution inside your
  22. : Amiga (the screen) is not the same as the signal resolution. The pal signal
  23. : is 768x576 independend on your screen pixel resolution. The signal quality
  24. : (bandwith and line resolution) is depended on the signal /type/ which can be
  25. : RF, composite, YC, YCrCb (Component).
  26.  
  27.     To further clearify the issue I'll ad something, as there is 
  28.     generally a great deal of misconseption amongst people as 
  29.     to what defines PAL/NTSC.
  30.     
  31.     In contrast to what many belives PAL and NTSC has nothing to do 
  32.     with resolutions. They are mearly color-encoding formats.
  33.  
  34.     National Television System Committee (NTSC), did in 1953 (NTSC-II)
  35.     establish composite color format television in the U.S. with two 
  36.     color-difference signals quadrature-modulated onto a color 
  37.     subcarrier, here red, and added to the luminance signal.
  38.  
  39.     Phase alternate line (PAL)is a composite color standard similar to 
  40.     NTSC, except that the V-axis subcarrier reference signal inverts 
  41.     in phase at the horizontal line rate (ie phase alternation at 
  42.     the line rate of the R-Y component, red, of the chrominance signal.) 
  43.  
  44.     This way we can see that the only real difference between PAL and 
  45.     NTSC on a technical level is the inverted phase of the red 
  46.     chrominance component. It really has nothing to do with resolution.
  47.     A common misconseption.
  48.  
  49.     Screen resoluiton is a composit of several factors and is covered 
  50.     in the recomendations of CCIR (ComitΘ Consultatif International 
  51.     des Radio-communication) - number 601 part 2.
  52.     This is commonly refered to as the CCIR 601 rec..
  53.  
  54.     When scanning a video image, the _line number_ is the total number 
  55.     of lines assigned to one frame. It is in fact a timing specification. 
  56.     It defines the conjunctions with the field frequency and the time 
  57.     interval to each horizontal line (commonly measured in number of 
  58.     samples at a specified sampling rate - or in microseconds). 
  59.     Some of these lines and intervals carry image information, some 
  60.     are dedicated to operational and control functions - including 
  61.     returning the scanning beam back to the upper left corner to begin 
  62.     the next field.
  63.     Those time intervals (lines) actually carrying image information, 
  64.     or related information such as captioning, image test signals etc, 
  65.     are the _active lines_. 
  66.     Also, a part of each active line is dedicated to the horizontal 
  67.     interval to return the scanning beam to the left-edge starting 
  68.     point for the next line, and to verify the color subcarrier etc.
  69.  
  70.     In Europe 625 horizontal lines (top to bottom) and a screen-refresh 
  71.     of 50 fields pr second (25 frames pr. sec) is used.
  72.     This can be on a number of systems although PAL and SECAM are the
  73.     comercial variants.
  74.     With this system about 8% of the total field or frame time is 
  75.     assigned to the vertical interval, and about 16% to the horizontal 
  76.     interval. Thus, the 625 television lines per frame result is around 
  77.     575 active lines. 
  78.     Correspondingly, each active line displays image data about 84% of 
  79.     its time interval. In this way image information is present only 
  80.     about 76% of the total time.
  81.  
  82.     The US counterpart is called System M, and has 525 lines and 59.94 
  83.     fsp scanning. Together with NTSC color-encoding this is often 
  84.     refered to as M/NTSC - or just NTSC.
  85.  
  86.     I hope I've edited this text to the extent that its understandable 
  87.     to the common layman - even your common earth-leveled Macinoid 
  88.     should be able to grasp this.
  89.     Cheers...
  90.  
  91.  
  92.  
  93.  
  94.